home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8078 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  763 b 

  1. Path: news.uni-stuttgart.de!news
  2. From: Markus Heller <Markus.Heller@studbox.uni-stuttgart.de>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: calling C-functions from FORTRAN
  5. Date: 1 Mar 1996 13:35:42 GMT
  6. Organization: Comp.Center (RUS), U of Stuttgart, FRG
  7. Message-ID: <4h6ufe$3d8u@info4.rus.uni-stuttgart.de>
  8. References: <3136F4BC.41C6@indi.aci.uni-heidelberg.de>
  9. NNTP-Posting-Host: rusxppp133.rus.uni-stuttgart.de
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.12 (X11; I; Linux 1.2.13 i486)
  14. X-URL: news://news/3136F4BC.41C6@indi.aci.uni-heidelberg.de
  15.  
  16. Well,
  17.  
  18. as far as i know Fortran requires all procedures to be call-by-reference,
  19. so you should implement the c-functions as call-by-reference.
  20.  
  21. Markus
  22.  
  23.